home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17382 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  838 b 

  1. Path: ep.com!olpe
  2. From: Pete Olpe <olpe@ep.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: http client code through proxy (need protocol)
  5. Date: Sun, 14 Apr 1996 22:26:42 -0700
  6. Organization: NETCOM Network Operations
  7. Message-ID: <Pine.AUX.3.91.960413223318.9044A-100000@ep.com>
  8. NNTP-Posting-Host: ep.com
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12. Can someone guide me to a source of information on how to write an http 
  13. client program that can work behind a proxy server? 
  14.  
  15. My code works fine on standard internet connections, but when I try to 
  16. run it behind a proxy server it fails (of course).  I know the 
  17. name of the proxy server, but I do not know the protocol to connect to 
  18. the destination server via the proxy server.
  19.  
  20. I am writing the program using VC++ 4.0
  21.  
  22. Thanks in advance for any help!
  23.  
  24.    -Pete-
  25.    olpe@ep.com
  26.  
  27.